CodeParser.h
Language: C++
Last Modified: 2022-10-12 12:58:58 AM UTC
File Size: 321 bytes
Last Modified: 2022-10-12 12:58:58 AM UTC
File Size: 321 bytes
http://www.penguinstew.ca/example/CodeFormater/CodeParser.h
pragmaonce
includeTypeCacheh
includeTypeh
includeLineh
include<vector>
classCodeParser
{
public:
CodeParser;
std::vector<Line>ParseLinesstd::stringfilenamestd::stringtypeExtintstartLineintendLine;
private:
voidPopTypeStatesstd::vector<State>currentStates;
};
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16